* Database - Contains a password-protected zip file of an SQL query. The query creates the database, wildlife table, user table, comments table, and data inserted into each of the 3 tables. (Password will be in an email named Final Deliverable Database Password - FloriDex) 

* DeployableCode - Contains the APK file built by the Android project. Note: The APK file is also located in FloriDexSourceCode/app/build/outputs/apk/debug 

* FloriDexLambdaCode - Contains 4 lambda functions created using AWS Lambda. Each function contains node packages shown in the node_modules directory, index.mjs having the function, package.json and package-lock.json outlining the dependencies connecting the packages to the function.

* FloriDexSourceCode - Contains all the source code used to implement the project in terms of UI development and AP interaction. 
    * .../volley - Contains its own source code used to perform REST API interactions with the database.
    * .../gradle  - Contains the gradle library files used to run the built-in Gradle Project Manager. 
    * .../app/build - Contains the APK file copy
    * .../app/src - Contains the default test files located inside both the androidTest directory and the test directory and the main directory. 
        * .../main - Contains the dynamic assets directory, res directory, java directory, and android manifest recognizing java's kotlin files for the application.
            * .../assets - Contains the audio and images manipulated by user input for the list and description pages.
            * .../res - Contains the static images and icons for UI purposes. Also contains xml files used to layout the app's architecture.
            * .../java/com/example/floridex - Contains the kotlin files used to implement the pages and its functionality including API interaction. Also contains the ui directory used for defining the application's overall color scheme.

* FloriDexInstallationGuide (Document) - Contains step-by-step instructions and screenshots showing how the project should be installed. Note: No configuration files need to be modified. 

* FloriDexUserManual (Document) - Contains a user manual including first steps using the application, main features, troubleshooting advice, and additional tips on the project.